home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.ui.cheatsheets_3.1.1.jar / META-INF / MANIFEST.MF
Encoding:
Java Manifest  |  2005-09-29  |  823 b   |  21 lines

  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: %PLUGIN_NAME
  4. Bundle-SymbolicName: org.eclipse.ui.cheatsheets; singleton:=true
  5. Bundle-Version: 3.1.1
  6. Bundle-Activator: org.eclipse.ui.internal.cheatsheets.CheatSheetPlugin
  7. Bundle-Vendor: %PROVIDER_NAME
  8. Bundle-Localization: plugin
  9. Export-Package: org.eclipse.ui.cheatsheets,
  10.  org.eclipse.ui.internal.cheatsheets;x-internal:=true,
  11.  org.eclipse.ui.internal.cheatsheets.actions;x-internal:=true,
  12.  org.eclipse.ui.internal.cheatsheets.data;x-internal:=true,
  13.  org.eclipse.ui.internal.cheatsheets.dialogs;x-internal:=true,
  14.  org.eclipse.ui.internal.cheatsheets.registry;x-internal:=true,
  15.  org.eclipse.ui.internal.cheatsheets.views;x-internal:=true
  16. Require-Bundle: org.eclipse.ui,
  17.  org.eclipse.ui.forms,
  18.  org.eclipse.help,
  19.  org.eclipse.core.runtime
  20. Eclipse-AutoStart: true
  21.